home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 39
/
Volume 39 - JOGO DISK .iso
/
interface
/
browser.swf
/
scripts
/
DefineButton2_245
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-06-13
|
188b
|
11 lines
on(release){
if(_root.comando == "LINK")
{
getURL(_root.caminhos,"");
}
else
{
getURL("FSCommand:" add _root.comando,"%org%" + _root.caminhos);
}
}